Bump github/codeql-action from 4 to 4.35.1#351
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.35.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4...v4.35.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewChecking how this repo references Verdict: benign Why this looks safe
Residual risk (operational, not malware) — Newer action versions can change behavior (e.g. default CodeQL bundle, PR file coverage after April 2026). Merge if CI/CodeQL passes; treat any new warnings in logs as product changes, not as compromise signals. Scanner interpretation — Heuristic volume disagrees with a malicious reading: those hits are expected in this codebase and are not corroborated by unicode/Bidi/IOC signals. Compatibility AnalysisSearching the repo for 1) Where it’s usedOnly in 2) Intersection with release-note / upstream changesUsage is limited to From the notes you quoted, the substantive changes are: default CodeQL bundle bumps/downgrades, improved incremental analysis / overlay (Git version checks, C/C++ Your workflow does not wire those advanced paths (no Minor intersection: you analyze C++ with a real build. The “build mode 3) Risks / unknowns
4) RecommendationMerge. This is a standard patch pin of the official action ( Merge with caveats only if you must guarantee PR file-coverage behavior after April 2026 or you use self-hosted runners with Git < 2.36—then verify logs or set documented overrides; that is optional for most repos. Malware Scan Summary
Top findings
|
Bumps github/codeql-action from 4 to 4.35.1.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
c10b806Merge pull request #3782 from github/update-v4.35.1-d6d1743b8c5ffd06Update changelog for v4.35.1d6d1743Merge pull request #3781 from github/henrymercer/update-git-minimum-version65d2efaAdd changelog note2437b20Update minimum git version for overlay to 2.36.0ea5f719Merge pull request #3775 from github/dependabot/npm_and_yarn/node-forge-1.4.045ceeeaMerge pull request #3777 from github/mergeback/v4.35.0-to-main-b8bb9f2824448c9Rebuild7c51060Update changelog and version after v4.35.0b8bb9f2Merge pull request #3776 from github/update-v4.35.0-0078ad667Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk: this only pins the CodeQL GitHub Action to a newer patch version in the CI workflow; the main impact is potential changes to CodeQL scanning behavior or performance.
Overview
Updates the CodeQL GitHub Actions workflow to pin
github/codeql-actionfromv4tov4.35.1for both theinitandanalyzesteps, keeping code scanning on the latest patch release.Reviewed by Cursor Bugbot for commit c706c12. Bugbot is set up for automated code reviews on this repo. Configure here.